.footer {
    position: absolute;
    /*bottom: 0;*/
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    height: 245px;
    color: #fff;
    text-align: center;
    background-color: #a5301f;
  }
  .footer p {
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
  }
  .footer p a {
    color: #fff;
  }

  /*更新页面底部主题色*/
  .footer{
    background-color: #e22323;
  }


/* 适老模式 */
.oldModel .footer{
  height:auto;
}
.oldModel .footer p{font-size: 28px;line-height: 1.5;}

#_span_jiucuo>img{
    padding-bottom: 12px;
}
.btn-img{
    padding:0 10px 20px 0
}
